projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1218799
)
trivial: Fix typo in previous commit
author
Colin Walters
<walters@verbum.org>
Tue, 25 Nov 2014 18:47:54 +0000
(13:47 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 25 Nov 2014 18:47:54 +0000
(13:47 -0500)
src/libostree/ostree-bootloader-grub2.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-bootloader-grub2.c
b/src/libostree/ostree-bootloader-grub2.c
index cb76e788467e7e57c1d13d95381d73b8ef1a65b7..1542b4e20b7a98699c70e89c2b87b1914379ee13 100644
(file)
--- a/
src/libostree/ostree-bootloader-grub2.c
+++ b/
src/libostree/ostree-bootloader-grub2.c
@@
-302,7
+302,7
@@
_ostree_bootloader_grub2_write_config (OstreeBootloader *bootloader,
gs_free char *grub2_mkconfig_chroot = NULL;
if (ostree_sysroot_get_booted_deployment (self->sysroot) == NULL
- && g_file_has_parent (self->sysroot->path))
+ && g_file_has_parent (self->sysroot->path
, NULL
))
{
gs_unref_ptrarray GPtrArray *deployments = NULL;
OstreeDeployment *tool_deployment;